home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / UTILITY1 / CLOCKR23.ZIP / EXAMPLE1.BAT < prev    next >
DOS Batch File  |  1994-01-08  |  154b  |  8 lines

  1. @echo off
  2.  
  3. rem ** Attach to Server **
  4. echo "password" | attach servername/username > nul
  5. map i:=servername\volume:directory
  6.  
  7. copy i:myfile.exe c:\
  8.